home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / util / wb / lupe.lha / lupe.doc < prev    next >
Text File  |  1996-11-18  |  6KB  |  158 lines

  1.  
  2.             Lupe
  3.  
  4.             Version :   1.7
  5.             Date    :   11-November-96
  6.             Author  :   Frank Toepper
  7.  
  8.  
  9. COPYRIGHT
  10.  
  11. This program is Public Domain, everybody can use it without charge and you
  12. can copy it freely.
  13.  
  14.  
  15. INTRODUCTION
  16.  
  17. This program magnifies an area of the screen and displays it in a seperate
  18. window.
  19.  
  20.  
  21. USAGE
  22.  
  23. This program can be started from Workbench or CLI.
  24. It will try to evaluate the following tooltypes:
  25.  
  26. CX_PRIORITY    : A number between -128 and 127 which set the priority of
  27.                   the commodity. With that the system decides in which
  28.                   succession the commodities gets the messages.
  29.                   The commodity with the highest priority gets the message
  30.                   first.
  31.                   Default is 0.
  32. FAST           : The window will often redrawn.
  33.                   Default is NO.
  34. SCALEFACTOR    : Default is 5.
  35. MAXSCALEFACTOR : The maximum scalefactor (between 5 and 30)
  36.                   Default is 15.
  37. COORDINATES    : In the bottom border the mouse coordinates will be
  38.                   displayed.
  39.                   Default is NO.
  40. CROSSHAIR      : A crosshair visualised the position of the mouse.
  41.                   Default is NO.
  42. FIXED          : When this flag is YES/ON the center of the magnified area
  43.                   was not described by the mouse coordinates but it's fixed
  44.                   until you clicked into the window.
  45.                   Now with the holded left mousebutton you can move the area.
  46.                   Default is NO.
  47. SETORIGINKEY   : A hotkey to set an imaginary origin.
  48.                   Default is 'lalt o'.
  49. RESETORIGINKEY : A hotkey to reset the imaginary origin to 0,0.
  50.                   Default is 'lalt r'.
  51. SHOWHIDEKEY    : A hotkey to open/close the window.
  52. WINLEFT
  53. WINTOP
  54. WINWIDTH
  55. WINHEIGHT      : These values describes the position and dimension of the
  56.                   window.
  57. ICONIFY        : The window will not opened.
  58.                   Default is NO.
  59. ICONIFYONCLOSE : If you press the closebutton the program will not be ending.
  60.                   Default is NO.
  61. GRID           : This turns on the grid.
  62.                   Default is OFF.
  63. SHOWRGB        : In the bottom border the color values will be displayed.
  64.                   Default is OFF.
  65. IFFFILE        : Pfad und Name des Iff-Files.
  66.                   Default is 'ram:Lupe.iff'
  67.  
  68.  
  69. By starting from CLI you can specify these arguments and override the
  70. tooltypes.
  71.  
  72. "CX_PRIORITY=P/N/K, FAST=F/S/K, MAXSCALEFACTOR=M/N/K, SCALEFACTOR=S/N/K,
  73.  WINLEFT=L/N/K, WINTOP=T/N/K, WINWIDTH=W/N/K, WINHEIGHT=H/N/K,
  74.  COORDINATES=C/S/K, CROSSHAIR=R/S/K, SETORIGINKEY=O/K, RESETORIGINKEY=K/K,
  75.  FIXED=D/S/K, SHOWHIDEKEY=SH/K, ICONIFY=I/S/K, ICONIFYONCLOSE=IOC/S/K,
  76.  GRID=G/S/K, SHOWRGB=RGB/S/K, IFFFILE=IF/K"
  77.  
  78. The values are the same as the tooltypes.
  79.  
  80. The scalefactor can be set with the proportional gadget nested in the right
  81. windowborder.
  82.  
  83. The menu:
  84.  
  85. Jump             : Jumps to the next screen.
  86. Jump To Screen   : A submenu with the actually opened screens. The window was
  87.                     opened on the selected screen.
  88. Save IFF...      : Saves the actual contents of the window as iff file.
  89.                     (not available in the 1:1 mode)
  90. Enable           : Here you can enable or disable the lens.
  91. Fixed            : Switches the Fixed-mode on/off.
  92.                     If it's on the center of the magnified area was not
  93.                     described by the mouse coordinates but it's fixed
  94.                     until you clicked into the window.
  95.                     Now with the holded left mousebutton you can move the area.
  96. Fast             : Switches to the Fast mode.
  97. Coordinates      : Shows the mouse coordinates in the bottom windowborder.
  98. Crosshair        : Switches the crosshair ON/OFF.
  99. Grid             : This turns on/off the grid.
  100. Show RGB         : In the bottom border the color values will be displayed.
  101. About            : Shows program information.
  102. Iconify On Close : If you press the closebutton the program will not be ending.
  103. Iconify          : Closes the window. You can open it again by pressing the
  104.                     hotkey or with the program 'Exchange'.
  105. Quit             : Leaves the program.
  106.  
  107. The keys:
  108.  
  109. '+'      : Scalefactor + 1
  110. '-'      : Scalefactor - 1
  111. 'J'      : Jump to next screen.
  112. 'S'      : IFF save.
  113. 'E'      : activates/deactivates the lens.
  114. 'F'      : Fast mode on/off.
  115. 'C'      : Coordinates on/off.
  116. 'R'      : Crosshair on/off.
  117. 'O'      : set the imaginary origin to the actuall mouse coordinates.
  118. 'K'      : reset the imaginary origin to 0,0.
  119. 'D'      : Switches the Fixed-mode on/off.
  120. '?','A'  : Shows program information.
  121. 'I'      : If you press the closebutton the program will not be ending.
  122. 'H'      : Closes the window.
  123. 'G'      : Turns on/off the grid.
  124. 'W'      : Turns on/off the show RGB.
  125. 'Q',ESC  : Leaves the program.
  126. Additionally in Fixed-mode the area can be moved by the cursorkeys.
  127. Whereby the area will be moved by one 'page' with pressed shift-key, to
  128. the extremity with pressed alt-key or else 1 pixel.
  129.  
  130.  
  131. DISCLAIMER
  132.  
  133. Allright, here it is : you use Lupe at your own risk. I cannot be
  134. responsible for any damage happening caused by using it.
  135.  
  136.  
  137. AUTHOR
  138.  
  139. Bugrepots or what ever you want to:
  140.  
  141.    Frank Toepper
  142.    Maxim Gorki Straße 5A
  143.    Greifswald
  144.    17491
  145.    Germany
  146.  
  147. or via e-Mail (prefered): toepper@rz.uni-greifswald.de
  148.  
  149. WWW: http://www.user.fh-stralsund.de/~rwermke/di_ger.html
  150.  
  151.  
  152. CREDITS
  153.  
  154. Thanks goes to Thomas Byrer, Allan Odgaard, Tilo KÜhn, Troels Walsted
  155. Hansen, Olaf Groener, Philippe Casidy und John Wehler for their
  156. ideas, to the betatesters Meni Berman, Ralph Wermke, Ronny Dudeck and
  157. Michael Knoke.
  158.